home *** CD-ROM | disk | FTP | other *** search
- '.so tmac.clman
- .TH "lDump"
- .IX lDump
- .SH NAME
- lDump - Dump a linked list to a file.
- .SH SYNOPSIS
- int
- .BR "lDump" "(id, file)"
- .br
- .RT
- .RP
- In int id identifier of linked list
- .br
- .RP
- In char *file name of linked list dump file
- .DT
- .SH DESCRIPTION
- \fBlDump\fP is a linked list dumping utility. It allows the user to store
- linked list data in a specially formatted file, so the linked list data can
- be used within another program session. This file can be read by the linked
- list undumping utility lUndump.
- .br
- Don't use pointers within your data structure, because only the pointers
- will be written in the dump file, not the data pointed to.
- .SH RETURN CODES
- .nf
- Return on success :
- lSUCCESS
- Return on error :
- lUNKNOWN_ID, lOPEN_ERROR
- .fi
- .SH AUTHOR
- Anita Eijs (TNO - Bouw - BouwInformatica)
-